1.  Untar both ixe & doc tars.
2.  Invoke ixe.

    Note: If 'uudecode' is missing, install 'sharutils-4.6.1-2.i386.rpm'
          rpm -i sharutils-4.6.1-2.i386.rpm

3.  D - for dump license agreement, and answer "Agree".
4.  Installation starts at current dir (it will also install doc, if it finds it under current dir).
5.  Determine you HOSTID - with 'lmhostid'
6.  Activate padspcb 'MentorKG' - enter HOSTID. In earlier versions than 2009 - no ECC is implemented, 
    thus no SIGN2, no patch needed. A simple FlexLM KEY uncounted lic is generated.

    for lmhostid = 0123456789ab (example only)
    run
    MentorKG -i dftadvisor.txt -h 0123456789ab -o license.dat

    [ if you want more features, you need to edit 'dftadvisor.txt' and add more features ]

FEATURE dftadvisor mgcld 2019.090 11-sep-2019 0 0 ck=37
FEATURE fastscan mgcld 2019.090 11-sep-2019 0 0 ck=37
FEATURE flextest mgcld 2019.090 11-sep-2019 0 0 ck=37
FEATURE lbistarchitect mgcld 2019.090 11-sep-2019 0 0 ck=37


7.  Set environments variables:

    MGC_HOME
    MGLS_LICENSE_FILE (fast license checkout, for all mentor products)
    or
    LM_LICENSE_FILE (slower license checkout, integrated approach)


8.  Add to your 'bin' path environment variable the Mentor 'bin' path.
9.  Set environments variable FLEXLM_DIAGNOSTICS = 3 (if FlexLM license checkout
    debug messages is required.
10. Add aliases.
11. Done.


Summary of how env. var are defined:
===================================
# Mentor env:
setenv MGC_HOME /usr/export/applic/dft_v8.2007_2_10
set path = ($path $MGC_HOME/bin)

alias dfta 'dftadvisor &'
alias fast 'fastscan &'
alias flex 'flextest &'
alias bsda 'bsdarchitect &'
alias bsdg 'bsdgen &'

#setenv LM_LICENSE_FILE ${LM_LICENSE_FILE}:$MGC_HOME/license.dat
setenv MGLS_LICENSE_FILE $MGC_HOME/license.dat


